Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridRowColCollection<T> Class / IsFixedSize Property


In This Topic
    IsFixedSize Property
    In This Topic
    Gets whether the collection size can change.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsFixedSize As Boolean
    'Usage
     
    
    Dim instance As GridRowColCollection(Of T)
    Dim value As Boolean
     
    value = instance.IsFixedSize
    public bool IsFixedSize {get;}
    See Also